object Form1: TForm1 Left = 349 Top = 251 Width = 435 Height = 303 Caption = 'Sample 3-D Form' Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] Menu = MainMenu1 PixelsPerInch = 96 Position = poDefaultPosOnly Scaled = False Visible = True TextHeight = 16 object CheckBox1: TCheckBox Left = 68 Top = 12 Width = 161 Height = 17 Caption = 'Allow Form Sizing' TabOrder = 0 OnClick = CheckBox1Click end object Memo1: TMemo Left = 24 Top = 48 Width = 385 Height = 197 Lines.Strings = ( 'Memo1') TabOrder = 1 end object MainMenu1: TMainMenu Left = 12 Top = 4 object File1: TMenuItem Caption = '&File' object Exit1: TMenuItem Caption = 'E&xit' OnClick = Exit1Click end end end end